ArcPad Preferences File Schema
DIALOG Element
See Also  Send comments on this topic.
ArcPad Preferences File Schema > ArcPad Element > PREFERENCES Element > FONTS Element : DIALOG Element

Glossary Item Box

Description

Used to specify the dialog box font for ArcPad in ArcPadPrefs.apx.

Diagram

DIALOG Element

Overview

DIALOG
Used to specify the dialog box font for ArcPad in ArcPadPrefs.apx.
charset optional xs:string
Font character set.
font optional xs:string
fontsize optional Restriction of xs:int
fontstyle optional Restriction of xs:string

Attributes

NameTypeUseDefaultFixedDescription
charsetxs:stringoptional  Font character set.
fontxs:stringoptional   
fontsizeRestriction of xs:intoptional   
fontstyleRestriction of xs:stringoptionalregular  

Examples

Source

<xs:element name="DIALOG" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to specify the dialog box font for ArcPad in ArcPadPrefs.apx.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute ref="charset">
      <xs:annotation>
        <xs:documentation>Font character set.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute ref="font">
      <xs:annotation>
        <xs:documentation>Font name.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute ref="fontsize">
      <xs:annotation>
        <xs:documentation>Font size.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute default="regular" ref="fontstyle">
      <xs:annotation>
        <xs:documentation>Font style. If the value is not regular, it can be any combination of other values, expressed as a comma delimited list (for example, fontstyle="bold,underline").</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.